projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef55cc0
)
Add `flat-button' to custom-face-attributes
author
Pedro Andres Aranda Gutierrez
<paaguti@gmail.com>
Mon, 11 Jan 2021 14:07:01 +0000
(15:07 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 11 Jan 2021 14:07:01 +0000
(15:07 +0100)
* lisp/cus-face.el (custom-face-attributes): Add `flat-button'
(bug#45769).
lisp/cus-face.el
patch
|
blob
|
history
diff --git
a/lisp/cus-face.el
b/lisp/cus-face.el
index 5dcb2842a2120c6d2117d96f2d4a9a6e329b137c..21fe89c621468e7b0cead3ad1f0b9de3e1cb4bdc 100644
(file)
--- a/
lisp/cus-face.el
+++ b/
lisp/cus-face.el
@@
-175,6
+175,7
@@
(choice :tag "Style"
(const :tag "Raised" released-button)
(const :tag "Sunken" pressed-button)
+ (const :tag "Flat" flat-button)
(const :tag "None" nil))))
;; filter to make value suitable for customize
(lambda (real-value)